home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / gcc / config / next / make-support.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-16  |  199 b   |  5 lines

  1. extern void v_make_support (int type, char *name, char *file, int line,
  2.                 char *msg, va_list ap);
  3. extern void   make_support (int type, char *name, char *file, int line,
  4.                 char *msg, ...);
  5.